home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
5-Fonts & Software
/
HyperCard 1.2.5
/
Help Stacks
/
Help
/
card_114689.txt
< prev
next >
Wrap
Text File
|
1989-09-06
|
589b
|
29 lines
-- card: 114689 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 4507
-- name:
-- part contents for background part 2
----- text -----
ParamCount
-- part contents for background part 1
----- text -----
the paramCount
The total number of parameters in the current message. (Zero means just a command by itself.)
if the paramCount = 0 then
put "where's the argument?"
end if
put 9999 into temp
repeat with x = 1 to the paramCount
if the param(x) < temp then put param(x) into temp
next repeat
-- part contents for background part 43
----- text -----
337,169